MobileCredentialRequest

@Serializable
data class MobileCredentialRequest(val docType: DocType, val namespaces: NameSpaces, val verifierAuthenticationResult: VerifierAuthenticationResult? = null)

Represents a request for presentation of mobile credentials.

Constructors

Link copied to clipboard
constructor(docType: DocType, namespaces: NameSpaces, verifierAuthenticationResult: VerifierAuthenticationResult? = null)

Properties

Link copied to clipboard

The type of document being requested.

Link copied to clipboard

The requested namespaces and claims.

Link copied to clipboard

The result of the verifier authentication. Always null for Online Presentations. For Proximity Presentations, it contains the authentication result if readerAuth is included in the request, otherwise it will be null.